Feature: Home page to Shop page
In order to go to shop page user needs to go to home page of When and verify the title of the page then user needs to go to shop page by clicking SHOP button then user needs to verify the title of the shop page correctly
Given
User navigates to WE Home page "https://www.we.org/en-CA/"
00:00:01.873
Then
user verifies the title of the home page as "WE.org | Making Doing Good, Doable | Join the WE Movement"
00:00:00.020
+ Show Error
Error: WE.org | Making Doing Good, Doable | Join the WE Movement
at Function.run (/Users/chiragkumarmacwan/Downloads/we.orgUITests/node_modules/cucumber/lib/user_code_runner.js:90:17)
When
user clicks on SHOP button
00:00:00.001
Then
user should successfully land on SHOP page and verify page title as "Socially Conscious, Handmade Products | ME to WE"
00:00:00.001
+ Show Error
TypeError: browser.GetTitle is not a function
at World.(anonymous) (/Users/chiragkumarmacwan/Downloads/we.orgUITests/features/StepDefinition/StepDefinition.js:31:20)